home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -in_the_mag- / reader_requests / dice_v3.15 / doc / dsearch.doc < prev    next >
Text File  |  1999-01-26  |  650b  |  23 lines

  1.  
  2. dcc/dsearch                            dcc/dsearch
  3.  
  4.                  DSEARCH.DOC
  5.  
  6. SYNOPSIS
  7.     dsearch "string" [files/wildcards]
  8.     qsearch "string" [files/wildcards]
  9.  
  10. DESCRIPTION
  11.     The DSEARCH program will do a case-insensitive search for the
  12.     specified string in the specified files.  Wildcarded file names
  13.     may be specified.  DSEARCH prints out the name of each file
  14.     scanned whether or not any matches are found in that file.
  15.  
  16.     QSEARCH works like DSEARCH but only prints out the name of files
  17.     when matches are found within them.
  18.  
  19.     Both DSEARCH and QSEARCH are the *SAME* executable.  One can nominally
  20.     COPY DSearch QSearch to obtain a 'qsearch'.
  21.  
  22.  
  23.